added tests for html-longdesc See README.html for more info.
diff --git a/html-longdesc/invalid-longdesc.html b/html-longdesc/invalid-longdesc.html new file mode 100644 index 0000000..3cef0a5 --- /dev/null +++ b/html-longdesc/invalid-longdesc.html
@@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <title>Longdesc test: invalid longdesc</title> + </head> + <body> + <img src="picture.png" alt="the image" longdesc="This is not a valid longdesc so this document should fail validation"> + </body> +</html> \ No newline at end of file